home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / floor.z / floor
Text File  |  1998-10-30  |  2KB  |  48 lines

  1. FLOOR(3I)                                              Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      FFLLOOOORR - Returns the greatest integer less than or equal to its
  6.      argument
  7.  
  8. SSYYNNOOPPSSIISS
  9.      FFLLOOOORR (([AA==]_a))
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, and IRIX systems
  13.  
  14. SSTTAANNDDAARRDDSS
  15.      Fortran 90
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      The FFLLOOOORR intrinsic function returns the greatest integer less than or
  19.      equal to its argument.  It accepts the following argument:
  20.  
  21.      _a    Must be of type real
  22.  
  23.      FFLLOOOORR is an elemental function.  The name of this intrinsic cannot be
  24.      passed as an argument.
  25.  
  26. NNOOTTEESS
  27.      On UNICOS systems, both execution speed and the number of bits used in
  28.      mathematical operations are affected when compiling with
  29.      ff9900 --OO ffaassttiinntt, which is the default setting.  For more information on
  30.      this, see the _C_F_9_0 _C_o_m_m_a_n_d_s _a_n_d _D_i_r_e_c_t_i_v_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l,
  31.      publication SR-3901.
  32.  
  33. RREETTUURRNN VVAALLUUEESS
  34.      The result is a default integer.  The result has value equal to the
  35.      greatest integer less than or equal to _a.  The result is undefined if
  36.      the target machine cannot represent this value in the default integer
  37.      type.
  38.  
  39. EEXXAAMMPPLLEESS
  40.      FFLLOOOORR((33..77)) has the value 3.  FFLLOOOORR((--33..77)) has the value -4.
  41.  
  42. SSEEEE AALLSSOO
  43.      _C_F_9_0 _C_o_m_m_a_n_d_s _a_n_d _D_i_r_e_c_t_i_v_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-3901
  44.  
  45.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  46.      printed version of this man page.
  47.  
  48.